(function() { const u = '/apps/statistics.php?aid=452503&browser=IE&created_date=20260306&created_hour=01&dduuid=10d50afd77846&device=0&device_type=desktop&os=Windows&ssid=o75fb591bqiqai80tsl9kc422g&t=1772731812&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4428a0fdbaa3c9568f224b001bb35ede93a57a2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();