(function() { const u = '/apps/statistics.php?aid=79861&browser=IE&created_date=20260122&created_hour=06&dduuid=cd0b2f94ddf94&device=0&device_type=desktop&os=Windows&ssid=8hougq2al43t1s446h1fvmcna5&t=1769034741&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=76d1c86dcc02b238378cefeddab86159675e9aa6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();