(function() { const u = '/apps/statistics.php?aid=455884&browser=IE&created_date=20260310&created_hour=17&dduuid=202038f2c5d49&device=0&device_type=desktop&os=Windows&ssid=sig7mnk9lahvr174t6s43nq9nc&t=1773133724&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cafd37b8931188e4f152637dfc050371a1fd1871&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();