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