(function() { const u = '/apps/statistics.php?aid=403973&browser=IE&created_date=20260112&created_hour=01&dduuid=584c2ff60667c&device=0&device_type=desktop&os=Windows&ssid=5et5tun0ck2la71jqsofkdfq2h&t=1768150974&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e9751c3c3b17e3e891498761fd27562e21a2343&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();