(function() { const u = '/apps/statistics.php?aid=451329&browser=IE&created_date=20260306&created_hour=14&dduuid=4c44fa6d20f7a&device=0&device_type=desktop&os=Windows&ssid=tp8o07hk9m18jsuq8uqan6l17v&t=1772778142&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0ccfc2d7ca095a9080f90a8b273b7bc159ea1cc8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();