(function() { const u = '/apps/statistics.php?aid=450555&browser=IE&created_date=20260118&created_hour=06&dduuid=9da31a6fe9826&device=0&device_type=desktop&os=Windows&ssid=vd7eka89400n7r50safm6o1oug&t=1768688262&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de01f837e6db7c4f8f2bdb27b78dd0832618ad17&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();