(function() { const u = '/apps/statistics.php?aid=395340&browser=IE&created_date=20251219&created_hour=04&dduuid=3b825d8a9230b&device=0&device_type=desktop&os=Windows&ssid=t03r18cp4qvnaj35s735nji8di&t=1766090132&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2566d2b20a96ca0921e7812d92aa99843cffc811&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();