(function() { const u = '/apps/statistics.php?aid=442725&browser=IE&created_date=20251221&created_hour=19&dduuid=5ec80bd2ddc3a&device=0&device_type=desktop&os=Windows&ssid=5itlhi3h2i02rnu98rkp5ebnkk&t=1766316057&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6154501dbfa9fd22bf665869efb1a41b0b37b162&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();