(function() { const u = '/apps/statistics.php?aid=141232&browser=IE&created_date=20260307&created_hour=16&dduuid=c69c20840f684&device=0&device_type=desktop&os=Windows&ssid=oa4sg7jodi38vr40v197g5h55t&t=1772871124&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c400c265b8d721ce877a9c5be31f8230dcc7ff52&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();