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