(function() { const u = '/apps/statistics.php?aid=269263&browser=IE&created_date=20260118&created_hour=05&dduuid=c5066183339dc&device=0&device_type=desktop&os=Windows&ssid=prpkl00vjiofi6op64g207emk4&t=1768686208&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8601bcb8069d7df07d060bbd5827ae2c8456eb26&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();