(function() { const u = '/apps/statistics.php?aid=400096&browser=IE&created_date=20260129&created_hour=09&dduuid=12f58fd65683a&device=0&device_type=desktop&os=Windows&ssid=ivi5c3ir1srpn8r3tvhl8qark1&t=1769651850&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4fea4d6c87a395dc8b5a718627f7f0f13b2ecee1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();