(function() { const u = '/apps/statistics.php?aid=432961&browser=IE&created_date=20251228&created_hour=21&dduuid=d8b5adb0e0266&device=0&device_type=desktop&os=Windows&ssid=0kpgf89jofkk1hf2qcumie76oc&t=1766929796&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ccd2e94955525e96fb027c02e40f74cef0697779&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();