(function() { const u = '/apps/statistics.php?aid=449289&browser=IE&created_date=20260124&created_hour=00&dduuid=b7a6ebea0366c&device=0&device_type=desktop&os=Windows&ssid=sfp31hvn156jhgq278cqt1j765&t=1769184474&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e85af335e33c4d980b327074e18eb20f5ffc0239&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();