(function() { const u = '/apps/statistics.php?aid=456118&browser=IE&created_date=20260310&created_hour=07&dduuid=2403b2556937f&device=0&device_type=desktop&os=Windows&ssid=62apdi8612r31nlqtkfreo4g11&t=1773099173&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=06a5088c5c70fc93b1bf3f9547ee26862d88d5a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();