(function() { const u = '/apps/statistics.php?aid=368902&browser=IE&created_date=20260124&created_hour=21&dduuid=741991b2d808d&device=0&device_type=desktop&os=Windows&ssid=0nb9egt5r8hke3tnb762voos9s&t=1769262838&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd5328c67966d977e844c0b8f601fcc91fca548b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();