(function() { const u = '/apps/statistics.php?aid=449442&browser=IE&created_date=20260226&created_hour=02&dduuid=c8b79fca8dfea&device=0&device_type=desktop&os=Windows&ssid=41megfo98p4imqol1oittv9lm9&t=1772045555&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=78cc7da4e80e82f9a8ef1de640627ded28bde775&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();