(function() { const u = '/apps/statistics.php?aid=452405&browser=IE&created_date=20260310&created_hour=23&dduuid=48f89e93cab30&device=0&device_type=desktop&os=Windows&ssid=505020c3midrkka06f93s1de11&t=1773155752&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93dcdfb576a87083b6657c2a366a95c68635c0c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();