(function() { const u = '/apps/statistics.php?aid=351341&browser=IE&created_date=20251227&created_hour=08&dduuid=f693d70a6c860&device=0&device_type=desktop&os=Windows&ssid=c17dc9fiu1pmobaii5ql021mt5&t=1766797045&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f2f8641d1b4c518bc55faf61d014d7f7e5499b64&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();