(function() { const u = '/apps/statistics.php?aid=451238&browser=IE&created_date=20260313&created_hour=15&dduuid=2767d382a3501&device=0&device_type=desktop&os=Windows&ssid=8q0lcc9pd1so3lll4svp65u0vj&t=1773385834&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8edc9bf7063506ac20494c15f656966456774ef5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();