(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251111&created_hour=08&dduuid=0c4e61606f325&device=0&device_type=desktop&os=Windows&ssid=7n2fp00k52apr5u3edkh49ahqr&t=1762819773&typeid=0&url_type=2&value=&sign=8463d55d1b4cdaeb033a1328e4a2a1d2bd231c49&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();