(function() { const u = '/apps/statistics.php?aid=442468&browser=IE&created_date=20260304&created_hour=15&dduuid=bdab10e51cb64&device=0&device_type=desktop&os=Windows&ssid=8nmqlsu44re6adukrc0igfk865&t=1772609260&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1160ae809fa8510159404960b55f6d92050a7a43&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();