(function() { const u = '/apps/statistics.php?aid=345075&browser=IE&created_date=20251220&created_hour=20&dduuid=82ef7fe998239&device=0&device_type=desktop&os=Windows&ssid=v84dd1tunnbr54d4vi6d7aacel&t=1766232423&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9260837d55d22f1732d32b38a1ac1884aebc0f94&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();