(function() { const u = '/apps/statistics.php?aid=454613&browser=IE&created_date=20260308&created_hour=01&dduuid=bc1f285ad6696&device=0&device_type=desktop&os=Windows&ssid=aru0t9uvef20m94vrj3sh1ln8t&t=1772903270&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2e9709e5210316fa59a417991bbae859271d8a46&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();