(function() { const u = '/apps/statistics.php?aid=141921&browser=IE&created_date=20251126&created_hour=07&dduuid=25f1ca1eb004c&device=0&device_type=desktop&os=Windows&ssid=c11v59kl3l412d9at1tigurhm3&t=1764112795&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e7df892c130fd5b08f7afad3982ac7b2f8e29e0c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();