(function() { const u = '/apps/statistics.php?aid=38445&browser=IE&created_date=20260118&created_hour=05&dduuid=7586ae4e09210&device=0&device_type=desktop&os=Windows&ssid=4hiro692sd7k44ap0qu0s82qdu&t=1768685052&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0b0e48dbbf547de50ac11a19cd79efd1a57f9dd6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();