(function() { const u = '/apps/statistics.php?aid=454322&browser=IE&created_date=20260224&created_hour=03&dduuid=745831652d8fc&device=0&device_type=desktop&os=Windows&ssid=6ba2acn218448lab12nq0aigom&t=1771876760&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=92f2fd7d460839dcf47d32e4b470706a60f78222&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();