(function() { const u = '/apps/statistics.php?aid=413289&browser=IE&created_date=20251216&created_hour=17&dduuid=f230ebc99be3e&device=0&device_type=desktop&os=Windows&ssid=orh0pfc6tq2q28dqs6e3fc7kfk&t=1765879122&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=883823465762647c33175705ff07cfbfefce35d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();