(function() { const u = '/apps/statistics.php?aid=444242&browser=IE&created_date=20251222&created_hour=01&dduuid=c7f44e9d3c1cf&device=0&device_type=desktop&os=Windows&ssid=v2hbtmns7rofjb68ftq960h2db&t=1766337476&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f0b5e7efd37290dc9916e3400b63eb95ed250cf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();