(function() { const u = '/apps/statistics.php?aid=454477&browser=IE&created_date=20260304&created_hour=22&dduuid=0f26992d75ca8&device=0&device_type=desktop&os=Windows&ssid=krfo2g6q6nreurbfh55anedj9a&t=1772632952&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9dc3f62d08b7f4f98ec80e983bf9d489b2b8da97&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();