(function() { const u = '/apps/statistics.php?aid=458379&browser=IE&created_date=20260304&created_hour=13&dduuid=3e8ee3be11456&device=0&device_type=desktop&os=Windows&ssid=err64ngh23fkcgg5d61nstb9s3&t=1772603806&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=270db3adb55aade378d7c449782abc654c2c26a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();