(function() { const u = '/apps/statistics.php?aid=455505&browser=IE&created_date=20260312&created_hour=23&dduuid=5708a29def643&device=0&device_type=desktop&os=Windows&ssid=7h04euu4988kl49naistjv44e5&t=1773328214&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=787f0973cc9c237a80ebe56d893d3329d1ec0a70&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();