(function() { const u = '/apps/statistics.php?aid=453370&browser=IE&created_date=20260305&created_hour=23&dduuid=deff22f024e2e&device=0&device_type=desktop&os=Windows&ssid=4va1s71m1e5vc2ff9h532qf00v&t=1772725881&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea5661afdc2aa11b53c1ba5d58f46e61fb3619b0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();