(function() { const u = '/apps/statistics.php?aid=380593&browser=IE&created_date=20260310&created_hour=03&dduuid=ef6fee77d107b&device=0&device_type=desktop&os=Windows&ssid=i5o8nhkqgh0vrrecqvd5dm4hu6&t=1773083540&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f468927d1d96f07a7bb758ee5ee95768688b347a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();