(function() { const u = '/apps/statistics.php?aid=394582&browser=IE&created_date=20251224&created_hour=21&dduuid=decf2452ac369&device=0&device_type=desktop&os=Windows&ssid=q8r3nbsi5ltp0gmk118pe48td7&t=1766581355&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f7c91d20f83fe0e85fb84bbb5ec82447bfb8ce35&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();