(function() { const u = '/apps/statistics.php?aid=219271&browser=IE&created_date=20260123&created_hour=23&dduuid=428e71953682f&device=0&device_type=desktop&os=Windows&ssid=skg8mi3ptm3js6uor5r7od989e&t=1769183311&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0ea0d8e6e31dbd1b510ea8faa162b218f73d0bd3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();