(function() { const u = '/apps/statistics.php?aid=448537&browser=IE&created_date=20260226&created_hour=08&dduuid=6f2535b83947e&device=0&device_type=desktop&os=Windows&ssid=svbih0rdape8j8u59knr4r92gs&t=1772067155&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3c8d214efb0df8031aae33fa73cb94b2b9ded61c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();