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