(function() { const u = '/apps/statistics.php?aid=345069&browser=IE&created_date=20251220&created_hour=20&dduuid=2988725615499&device=0&device_type=desktop&os=Windows&ssid=75n1pk06hm60bl17u5e0faevpv&t=1766232323&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d0a2f31c2822c113b446175b80f6752b61a8414&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();