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