(function() { const u = '/apps/statistics.php?aid=448561&browser=IE&created_date=20260218&created_hour=10&dduuid=9acefc880b90a&device=0&device_type=desktop&os=Windows&ssid=if8cck90p3sm9ondmjo1m0q2k0&t=1771380594&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=862d6f6d4681c34461cbdaac8c37b2403031ba9c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();